home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / msfweb < prev    next >
Text File  |  2006-06-30  |  273b  |  14 lines

  1. # Config file for /etc/init.d/metasploit
  2.  
  3. # Pidfile
  4. PIDFILE=/var/run/msfweb.pid
  5.  
  6. # Bind to the following IP instead of the loopback address
  7. IPADDR=127.0.0.1
  8.  
  9. # Bind to the following TCP port instead of default 55555
  10. PORT=55555
  11.  
  12. # All options
  13. MSF_OPTS="-a $IPADDR -p $PORT"
  14.